html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: white;
	font-family: "微软雅黑",Arial, Helvetica;
	font-size: 12px;
	color: #646464;
	text-align: center;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}
textarea { 
	resize: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:#115793;
	text-decoration:none;
}
a:active{
	star:expression(this.onFocus=this.blur());
}


img{
	cursor:pointer;
	border:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.none{
	display:none;
}

input{
	font-size:11px;
	color:#333;
	cursor:pointer;
}

input.textbox{
	border:1px solid #b1afa0;
	padding:5px;
	width:200px;
}
input.long1{
	width:50px;
}

textarea{
	font-size:11px;
	color:#333;
}

button{
	color:#333;
}

.clear{
	clear:both;
}

.font14{
	font-size:14px;
}

.fontbold{
	font-weight:bold;
}

.fontwhite{
	color:white;
}

.fontoran{
	color:#ff7e00;
}

.fontred{
	color:red;
}

.fontblack{
	color:black;
}
.fontgreen{
	color:#666639;
}
.underline{
	text-decoration:underline;
}


.textleft{
	text-align:left;
}

.textright{
	text-align:right;
}

.bold{
	font-weight:bold;
}


#container{
	width:930px;
	margin:0 auto;
}

div.title{
	width:100%;
	height:30px;
	background:url(../images/title_bg.gif) repeat-x;
}
div.title span{
	width:147px;
	height:30px;
	float:left;
	background:url(../images/title.gif) no-repeat;
	color:white;
	line-height:26px;
	text-align:left;
	padding-left:20px;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
div.title span a{
	color:white;
}
div.title span a:actived{
	color:white;
}